Package-level declarations

Types

Link copied to clipboard
interface ToolRegistry

Defines a registry for managing tools that can be executed.

Functions

Link copied to clipboard
fun tool(fn: KFunction<*>): Tool

Creates a Tool instance from a handler function by validating its structure, annotations, and parameters.